projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
452dfcb
)
Remove leftover debugging output
author
Matthias Clasen
<matthiasc@src.gnome.org>
Fri, 13 Aug 2004 17:03:13 +0000
(17:03 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Fri, 13 Aug 2004 17:03:13 +0000
(17:03 +0000)
gtk/gtkcombobox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.c
b/gtk/gtkcombobox.c
index 64e63b95d597987a1479de761f7341711292a887..118ca2e1d23ca8ce89672b0353519609ed672579 100644
(file)
--- a/
gtk/gtkcombobox.c
+++ b/
gtk/gtkcombobox.c
@@
-1931,7
+1931,6
@@
gtk_combo_box_forall (GtkContainer *container,
(* callback) (combo_box->priv->cell_view_frame, callback_data);
}
- g_print ("combo box forall\n");
if (GTK_BIN (container)->child)
(* callback) (GTK_BIN (container)->child, callback_data);
}